Skip to content

[core] add an option to group delta files by partition for row tracking table#7794

Open
steFaiz wants to merge 5 commits into
apache:masterfrom
steFaiz:group_files_for_row_tracking
Open

[core] add an option to group delta files by partition for row tracking table#7794
steFaiz wants to merge 5 commits into
apache:masterfrom
steFaiz:group_files_for_row_tracking

Conversation

@steFaiz
Copy link
Copy Markdown
Contributor

@steFaiz steFaiz commented May 9, 2026

Purpose

For row tracking tables, we can group delta files before assigning row ids to reduce row id fraction within a single partition.
This can greatly reduce the cost of building global indices and the number of generated index files.

Tests

See paimon-core/src/test/java/org/apache/paimon/table/DataEvolutionTableTest.java

Copy link
Copy Markdown
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be enabled by default.

@steFaiz steFaiz closed this May 11, 2026
@steFaiz steFaiz reopened this May 11, 2026
@steFaiz steFaiz closed this May 11, 2026
@steFaiz steFaiz reopened this May 11, 2026
@steFaiz
Copy link
Copy Markdown
Contributor Author

steFaiz commented May 11, 2026

I think this should be enabled by default.

Thanks for your advise! Modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants